Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccUnknownTagType Constructor(Int32,Byte[])
See Also 
Leadtools.ColorConversion Namespace > IccUnknownTagType Class > IccUnknownTagType Constructor : IccUnknownTagType Constructor(Int32,Byte[])



signature
Value that represents the tag's type signature.
data
Array that contains the tag's data.
Initializes a new IccUnknownTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal signature As Integer, _
   ByVal data() As Byte _
)
Visual Basic (Usage)Copy Code
Dim signature As Integer
Dim data() As Byte
 
Dim instance As IccUnknownTagType(signature, data)
C# 
public IccUnknownTagType( 
   int signature,
   byte[] data
)
C++/CLI 
public:
IccUnknownTagType( 
   int signature,
   array<byte>^ data
)

Parameters

signature
Value that represents the tag's type signature.
data
Array that contains the tag's data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also